.cEditor{
    
}
.cEditor-content{
    width: 100%;
    overflow-y: auto;
}
.cEditor-content .cEditor-area{
    height: 100%;
    width: 100%;
    border: none;
    padding: 0;
    resize:none
}
.cEditor-content .cEditor-areahide{
    display: none;
}
.cEditor-content .cEditor-area:empty::before {
    content: attr(placeholder);
    color: #999;
}
.cEditor-oprate{
    line-height: 40px;
    position: relative;
}
.cEditor-oprate .op-btn{
    cursor: pointer;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    width: 20px;
    height: 40px;
    display: inline-block;
}
.cEditor-oprate .op-con{
    display: none;
    position: absolute;
    border: 1px solid #dfdfdf;
    width: 100%;
    padding: 10px;
    left: 0;
    bottom: 100%;
    background-color: #fff;
}
@media screen and (max-width:768px) {
    .cEditor-oprate{
        display: none;
    }
}